home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / comm / misc / RecentScript.lha / RecentScript / Configs / Thor FTP-Mail.hlp < prev    next >
Encoding:
Text File  |  1998-03-15  |  1.1 KB  |  42 lines

  1. Short   : FTP-EMail-Request for Thor
  2. Type    : REXX
  3. Requires: Thor, Rexx, WaitForPort, RexxDosSupport.libary >= V3.4
  4. Author  : Marcus Klein
  5. Version : 1.0
  6.  
  7. Introduction:
  8.  
  9.   Saves an ARexx script which generates an FTP request
  10.   mail with the selected archives with help of Thor.
  11.  
  12. Configuration:
  13.  
  14.   %1: E-Mail address to which the selected archives
  15.       should be sent
  16.  
  17.   %2: E-Mail address of an AmiNet FTP-Mail server
  18.  
  19.   %3: Relative path of the AmiNet root directory on
  20.       the server with a trailing '/'
  21.  
  22.   %4: Maximum E-Mail size of the FTP-Mail server replies
  23.  
  24.   %5: Name of the BBS in which the FTP request mail
  25.       should be send.
  26.  
  27. Usage:
  28.  
  29.   Execute the output script with 'rx xyz.rexx' in the CLI
  30.   or doubleclick on the provided icon of the output script.
  31.  
  32.   The script will start a new "LoadBBSRead" to generate a
  33.   FTP request mail with the selected archives. The resulting
  34.   mail is queued within Thor and must be sent manually by
  35.   starting ConnectTHOR the next time you are online.
  36.  
  37. Thanks:
  38.  
  39.   To Arndt van der Molen for his great RecentScript. His
  40.   Config-File for YAM helped me a lot in writing this Script
  41.   for Thor.
  42.